Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/121 - ChargingStatus/

index.html /cody/swapnilsparsh/30DaysOfJavaScript/121 - ChargingStatus/index.html
355 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

readme.md.txt /cody/swapnilsparsh/30DaysOfJavaScript/121 - ChargingStatus/readme.md.txt
460 Views
0 Comments
This is Basic App indicating the status of the Battery Information like wheather the the battery is
charging or not And battery
script.js /cody/swapnilsparsh/30DaysOfJavaScript/121 - ChargingStatus/script.js
222 Views
0 Comments
const display=document.querySelector('.what');
const batterypercent=document.querySelector('.batteryIndicator');
const getInfo=n
style.css /cody/swapnilsparsh/30DaysOfJavaScript/121 - ChargingStatus/style.css
162 Views
0 Comments
body{
height: 100vh;
margin: 0px;
padding: 0px;
background-color: #0E0A2F;
position: relative;
font-size